.el-divider {
  margin: 0 !important;
  background-color: #e5e5e5 !important;
}
.common {
  min-height: 100vh;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.common .content {
  flex: 1;
}

.loandetails_title {
  margin: 0;
  margin-top: 50px;
  height: 44px;
  width: 850px;
  border-bottom: solid 2px var(--color);
}

.loandetails_tag {
  width: 140px;
  height: 44px;
  background: var(--color);
  font-size: 24px;
  color: #fff;
  line-height: 44px;
  text-align: center;
}

.mei {
  background-color: #fff;
}

.mei_body {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  height: 60px;
}

.mei_meu {
  list-style: none;
  display: flex;
}

.mei_logo {
  flex: 1;
  margin-top: 13px;
}

.mei_logo img {
  width: 130px;
  cursor: pointer;
}

.mei_meu li {
  line-height: 40px;
  height: 40px;
  margin: 10px 30px 0 30px;
  color: #333;
  font-size: 18px;
  cursor: pointer;
}

.mei_meu li a {
  color: #666;
  font-size: 16px;
}

.mei_meu li a:hover {
  color: #40a2eb;
}

.top-box {
  width: 100%;
  background-color: #f8fbfe;
}

.top-box .top {
  display: flex;
  margin: 0 auto;
  width: 1200px;
  padding: 30px 0;
  border-bottom: solid 0px #ff0e43;
}

.top_logo {
  flex: 1;
  margin-top: 16px;
}

.top_img {
  margin-top: 17px;
}

.top_logo,
.top_img,
.hotline {
  display: flex;
}

.toplogo_img {
  width: 98px;
  height: 98px;
  border: solid 1px #e6e6e6;
}

.toplogo_img img {
  width: 100%;
  height: 100%;
}

.toplogo_p {
  margin-left: 20px;
  margin-top: 9px;
}

.toplogo_p1 {
  color: #1a1a1a;
  font-size: 30px;
}

.toplogo_p2 {
  margin-top: 14px;
  color: #4d4d4d;
  font-size: 18px;
}

.top_img1 {
  width: 108px;
}

.top_img3 {
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  color: #1b1b1b;
}

.top_img2 {
  text-align: center;
}

top_img2 img {
  width: 66px;
  height: 66px;
}

.hotline_img img {
  width: 42px;
  height: 42px;
}

.hotline_p {
  margin-left: 9px;
}

.hotline_p1 {
  font-size: 12px;
  color: #666;
}

.hotline_p2 {
  font-size: 24px;
  color: var(--color);
  font-weight: 600;
}

.hotline {
  margin: 47px 0 0 59px;
}
/*页眉导航*/
.mei_meu li:hover {
  border-bottom: solid 0px #fff;
}
/*搜索框*/
.srh {
  /*margin: 30px 0 0 96px;*/
}

.srh_searchbox {
  border-radius: 3px;
  display: flex;
  width: 446px;
  height: 36px;
}

.srh_input {
  flex: 1;
}

.srh_input input {
  padding-left: 12px;
  font-size: 14px;
  height: 36px;
  width: 100%;
  border: solid 2px var(--color);
}

.srh_botton {
  width: 92px;
  height: 36px;
  background-color: var(--color);
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
}
/*二级导航*/

.menumenu {
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  height: 56px;
  background-color: #f7f7f7;
}

.menumenu_body {
  width: 1200px;
  margin: 0 auto;
}

.menumenu_ul {
  position: relative;
  margin-left: 495px;
  width: 687px;
  list-style: none;
  display: flex;
}

.menumenu_li {
  color: var(--color) !important;
  font-weight: bold;
}

.menumenu_ul li {
  color: #333;
  text-align: center;
  line-height: 56px;
  width: 114.5px;
  font-size: 16px;
}

.menumenu_ul li a:hover {
  color: var(--color);
}

#menumenu_img img {
  position: absolute;
  top: -8px;
  left: 48%;
  width: 20px;
  height: 8px;
}

/* 公共部分 */
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1000 {
  width: 1000px;
  margin: 0 auto;
}

.v-modal {
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.5) !important;
}
